Docs.rs
typeable-0.1.2
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
typeable 0.1.2
Exposes Typeable, for getting TypeIds at runtime.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
3
out of
3
items documented
0
out of
3
items with examples
Size
Source code size: 1.26 kB
Documentation size: 108.39 kB
Links
reem/rust-typeable
11
6
2
crates.io
Dependencies
—
Versions
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Owners
Exposes `Typeable`, which exposes the `get_type` method, which gives the `TypeId` of any 'static type.